home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / shell-tools / hil-du / du_h.h < prev    next >
C/C++ Source or Header  |  1996-03-27  |  364b  |  26 lines

  1.  
  2. #ifndef DV_H_H
  3. #define DV_H_H
  4.  
  5. #define __USE_SYSBASE
  6.  
  7. #include <exec/types.h>
  8.  
  9. #include <exec/memory.h>
  10. #include <exec/nodes.h>
  11. #include <exec/lists.h>
  12. #include <dos/dos.h>
  13. #include <dos/dosextens.h>
  14.  
  15. #include <proto/exec.h>
  16. #include <proto/dos.h>
  17. #include <proto/utility.h>
  18.  
  19. #include <clib/alib_stdio_protos.h>
  20.  
  21. #include <string.h>
  22.  
  23. #include "hilsort.h"
  24.  
  25. #endif
  26.